x=$(".download-full-packet")
for(var i=0;i<x.length;i++){
	window.open(x[i].href);
}